home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / dpkg / cputable < prev    next >
Text File  |  2008-09-03  |  1KB  |  38 lines

  1. # This file contains the table of known CPU names.
  2. #
  3. # Architecture names are formed as a combination of the system name
  4. # (from ostable) and CPU name (from this table) after mapping from
  5. # the Debian triplet (from triplettable). A list of architecture
  6. # names in the Debian ΓÇÿsidΓÇÖ distribution can be found in the archtable
  7. # file.
  8. #
  9. # Column 1 is the Debian name for the CPU, used to form the cpu part in
  10. # the Debian triplet.
  11. # Column 2 is the GNU name for the CPU, used to output build and host
  12. # targets in ΓÇÿdpkg-architectureΓÇÖ.
  13. # Column 3 is an extended regular expression used to match against the
  14. # CPU part of the output of the GNU config.guess script.
  15. #
  16. # <Debian name>    <GNU name>    <config.guess regex>
  17. i386        i486        (i[3456]86|pentium)
  18. i686        i686        (i[3456]86|pentium)
  19. ia64        ia64        ia64
  20. alpha        alpha        alpha.*
  21. amd64        x86_64        x86_64
  22. armeb        armeb        arm.*b
  23. arm        arm        arm.*
  24. hppa        hppa        hppa.*
  25. m32r        m32r        m32r
  26. m68k        m68k        m68k
  27. mips        mips        mips(eb)?
  28. mipsel        mipsel        mipsel
  29. powerpc        powerpc        (powerpc|ppc)
  30. ppc64        powerpc64    (powerpc|ppc)64
  31. s390        s390        s390
  32. s390x        s390x        s390x
  33. sh3        sh3        sh3
  34. sh3eb        sh3eb        sh3eb
  35. sh4        sh4        sh4
  36. sh4eb        sh4eb        sh4eb
  37. sparc        sparc        sparc(64)?
  38.